home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Kortideer / background_8720.txt < prev    next >
Text File  |  1988-12-19  |  4KB  |  176 lines

  1. -- background: 8720 from stack: in
  2. -- bmap block id: 13615
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=29 top=99 right=137 bottom=479
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=169 top=140 right=160 bottom=422
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 14
  31. -- style flags: 0
  32. -- line height: 18
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=170 top=162 right=184 bottom=490
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 14
  45. -- style flags: 0
  46. -- line height: 18
  47. -- part name: 
  48.  
  49.  
  50. -- part 11 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=403 top=36 right=98 bottom=486
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   get the selection
  65.   if it is empty then get the message
  66.   if it is empty then ask "Ring til hvilket nummer?"
  67.   if it is not empty then
  68.     dial it
  69.   end if
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 5 (field)
  75. -- low flags: 01
  76. -- high flags: 0000
  77. -- rect: left=126 top=184 right=205 bottom=446
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 0
  81. -- font id: 3
  82. -- text size: 14
  83. -- style flags: 0
  84. -- line height: 18
  85. -- part name: 
  86.  
  87.  
  88. -- part 6 (field)
  89. -- low flags: 01
  90. -- high flags: 0000
  91. -- rect: left=182 top=209 right=230 bottom=455
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 3
  96. -- text size: 14
  97. -- style flags: 0
  98. -- line height: 18
  99. -- part name: 
  100.  
  101.  
  102. -- part 7 (field)
  103. -- low flags: 01
  104. -- high flags: 0000
  105. -- rect: left=129 top=233 right=252 bottom=512
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 3
  110. -- text size: 14
  111. -- style flags: 0
  112. -- line height: 18
  113. -- part name: 
  114.  
  115.  
  116. -- part 8 (field)
  117. -- low flags: 01
  118. -- high flags: 0000
  119. -- rect: left=131 top=255 right=277 bottom=500
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 0
  123. -- font id: 3
  124. -- text size: 14
  125. -- style flags: 0
  126. -- line height: 18
  127. -- part name: 
  128.  
  129.  
  130. -- part 9 (field)
  131. -- low flags: 01
  132. -- high flags: 0000
  133. -- rect: left=138 top=280 right=300 bottom=438
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 0
  137. -- font id: 3
  138. -- text size: 14
  139. -- style flags: 0
  140. -- line height: 18
  141. -- part name: 
  142.  
  143.  
  144. -- part 10 (field)
  145. -- low flags: 01
  146. -- high flags: 0000
  147. -- rect: left=118 top=303 right=327 bottom=476
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 3
  152. -- text size: 14
  153. -- style flags: 0
  154. -- line height: 18
  155. -- part name: 
  156.  
  157.  
  158. -- part 12 (button)
  159. -- low flags: 00
  160. -- high flags: A003
  161. -- rect: left=265 top=137 right=157 bottom=452
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: Flere alarmnumre
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   go to card id 23959
  173. end mouseUp
  174.  
  175.  
  176.